STEP 14: Let's make our face interactive!
The .ask() command takes in user input, so we can use it later in our program.
- Go to and drag out Ask. Drop it at the bottom of your program.
- Change the variable name in front of the .ask() from sprite to face.
- Change the string inside of .ask() from "Yes or no?" to "What color should my face be?".
To navigate the page using the TAB key, first press ESC to exit the code editor.